Skip to content

Fix scala plugin REPL incompatibility; separately download and configure REPL for scala >= 3.8#1272

Open
murhum1 wants to merge 2 commits into
Aalto-LeTech:mainfrom
murhum1:scala-38-sdk-repl
Open

Fix scala plugin REPL incompatibility; separately download and configure REPL for scala >= 3.8#1272
murhum1 wants to merge 2 commits into
Aalto-LeTech:mainfrom
murhum1:scala-38-sdk-repl

Conversation

@murhum1
Copy link
Copy Markdown

@murhum1 murhum1 commented May 26, 2026

Description of the PR

As mentioned, I was unsure whether manually downloading REPL was even necessary since it looks to be present in the downloaded Scala SDK zip and as a dependency in scala.jar's MANIFEST.MF classpath, but I had the code present already and it was deemed safer to do a manual download anyway, as we figured there was no guarantee the repl jar would be there in the future as well.

@OlliKiljunen OlliKiljunen self-requested a review May 26, 2026 12:03
Copy link
Copy Markdown
Member

@OlliKiljunen OlliKiljunen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR! The code looks fine. Before approving, I'd like to hear your opinion on my comment in Component.kt file.

Comment thread src/main/kotlin/fi/aalto/cs/apluscourses/model/component/Component.kt Outdated
@murhum1
Copy link
Copy Markdown
Author

murhum1 commented Jun 4, 2026

Thank you for the PR! The code looks fine. Before approving, I'd like to hear your opinion on my comment in Component.kt file.

Thanks for the review! Moved the functionality to CoursesClient as suggested now.

Copy link
Copy Markdown
Member

@OlliKiljunen OlliKiljunen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for considering my comments. I think this can be merged now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scala SDK/REPL installment in Scala v3.8+

2 participants